ExportHelper.setAdaptersDataRequests Method
Populates the adapter requests on the export request.
Parameters
- request
-
Type: ExportRequest
The export request to populate with data requests from the adapters.
- baseViewService
-
Type: BaseViewViewService
(Optional) Required only when exporting a view that's inside a SubCanvasViewContainer. If not supplied outermost view will be used.
Optional: True
- adapterIds
-
Type: Array
ElementType: String
(Optional) List of IDs of adapters to get requests for. If not supplied all adapters will be used.
Optional: True
- onlyVisible
-
Type: bool
(Optional) Value indicating whether or not only the current visible adapters should be used.